body {
    background-color: #070707;
    position: absolute;
    width:100%;
    left:50%;
    transform: translate(-50%, 0%);
    justify-content: center;
    text-align: center;
    user-select: none;
}

table {
    width: 100%;
    height:100%;
    margin-top: 49px;
    margin-bottom: 43px;
}

main {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

td {
    vertical-align: middle;
}

a {
    cursor: pointer;
}

header a {
    font-family: "Source Code Pro";
    text-decoration: underline;
}

header a:hover {
    color: white;
}

p {
    font-family: "Source Code Pro";
    color: #cd1c18;
    font-size: 16px;
    line-height: 24px;
    overflow: auto;
}

i {
    font-style: italic;
}

.ascii {
    display: block;
    max-width:min-content;
    margin-left: auto;
    margin-right: auto;
}

.asciitext {
    font-family: "Source Code Pro";
    text-align: left;
    white-space: pre;
    overflow-y: hidden;
    overflow-x: hidden;
    font-size: 5px;
    font-weight: 900;
    line-height: 5px;
    text-shadow: 0px 0px 5px #cd1c18;
}

.aboutme {
    margin-top: 28px;
    margin-bottom: 37px;
    margin-left: 20px;
    margin-right: 20px;
}

.aboutmeimg {
    margin-bottom: 15px;
}

.aboutmetxt {
    user-select: text;
    text-align: left;
}

.aboutmetxt a {
    text-decoration: underline;
}

.medium {
    display: none;
    visibility: hidden;
}

.small {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 799px) and (orientation : portrait) {
    .large {
        display: none;
        visibility: hidden;
    }
    
    .medium {
        display: block;
        visibility: visible;
    }
    
    .small {
        display: none;
        visibility: hidden;
    }
    
    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
    }
    
    p {
    font-size: 15px;
    }

    h4 {
    font-size: 15px;
    }
}

@media screen and (max-width: 549px) and (orientation : portrait) {
    .large {
        display: none;
        visibility: hidden;
    }
    
    .medium {
        display: none;
        visibility: hidden;
    }
    
    .small {
        display: block;
        visibility: visible;
    }

    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
    }
    
    a:hover {
    color: #cd1c18 !important;
    }
    
    p {
    font-size: 15px;
    }

    h4 {
    font-size: 15px;
    }
}

@media screen and (max-width: 899px) and (orientation : landscape) {
    .large {
        display: block;
        visibility: visible;
    }
    
    .medium {
        display: none;
        visibility: hidden;
    }
    
    .small {
        display: none;
        visibility: hidden;
    }
    
    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
    }
    
    a:hover {
    color: #cd1c18 !important;
    }
    
    table {
        width: auto;
        margin-top: 49px;
        margin-bottom: 43px;
        margin-left: auto;
        margin-right: auto;
    }
    
    main {
    margin: auto;
    }
    
    p {
    font-size: 10px;
    line-height: 18px;
    }

    h4 {
    font-size: 10px;
    line-height: 18px;
    }
}

@media screen and (max-width: 549px) and (orientation : landscape) {
    .large {
        display: block;
        visibility: visible;
    }
    
    .medium {
        display: none;
        visibility: hidden;
    }
    
    .small {
        display: none;
        visibility: hidden;
    }

    .asciitext {
        font-size: 5px;
        font-weight: 900;
        line-height: 5px;
    }
    
    a:hover {
    color: #cd1c18 !important;
    }

    table {
        width: auto;
        margin-top: 49px;
        margin-bottom: 43px;
        margin-left: auto;
        margin-right: auto;
    }

    main {
    margin: auto;
    }
    
    p {
    font-size: 10px;
    line-height: 18px;
    }

    h4 {
    font-size: 10px;
    line-height: 18px;
    }
}